home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / VGAKIT50.ARJ / MKEXAMP.BAT < prev    next >
DOS Batch File  |  1992-05-29  |  212b  |  8 lines

  1. ml /c mode13x.asm
  2. ml /c point.asm
  3. ml /c svgamode.asm
  4. ml /c banks.asm
  5. c:\msc\bin\cl -AS -Oas -Gs -Zl -Zp -FPa -Zi -c example.c
  6. link example+mode13x+point+svgamode+banks,example,example,c:\msc\lib\slibca;
  7.  
  8.